ComponentOne Bitmap for UWP
Item Property (ComArray<T>)

C1.UWP.DX Assembly > C1.Util.DX Namespace > ComArray<T> Class : Item Property
Gets or sets the T with the specified i.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal i As System.Integer _
) As T
public T this[ 
   System.int i
]; {get; set;}

Parameters

i
See Also

Reference

ComArray<T> Class
ComArray<T> Members